PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services

   

System Icon Constant

You can use the kSystemIconsCreator constant to obtain System icons that are not associated with a file, such as the help icon. For an example of using this constant, see Obtaining an IconRef for the standard help icon .

enum {
    kSystemIconsCreator                 = FOUR_CHAR_CODE('macs')
};


© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)